Revision: hackerlab--devo--1.1--patch-2
Archive: lord@emf.net--2005
Creator: Thomas Lord <lord@emf.net>
Date: Fri Feb 11 15:26:42 PST 2005
Standard-date: 2005-02-11 23:26:42 GMT
Modified-files: char/str.c char/str.h
    tests/char-tests/unit-str.c
New-patches: lord@emf.net--2005/hackerlab--devo--1.1--patch-2
Summary: add `str_save_trimming_n' plus tests
Keywords: 

`str_save_trimming_n' functions like `str_save_n' except that it 
discards leading and trailing whitespace from the copy of
the string being saved.

Unit tests were added to `tests/char-tests/unit-str.c' to 
exercise `str_save_trimming_n'

